projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daa7197
)
Add comment explaining why facemenu must be loaded before font-lock.
author
Luc Teirlinck
<teirllm@auburn.edu>
Tue, 29 Nov 2005 03:57:45 +0000
(
03:57
+0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Tue, 29 Nov 2005 03:57:45 +0000
(
03:57
+0000)
lisp/loadup.el
patch
|
blob
|
history
diff --git
a/lisp/loadup.el
b/lisp/loadup.el
index 3a8b8419003861eecebdcc36776e697beb083c4e..fb6465c788486d972d0c5f7cb68bc5f331befdb5 100644
(file)
--- a/
lisp/loadup.el
+++ b/
lisp/loadup.el
@@
-132,6
+132,8
@@
(load "frame")
(load "term/tty-colors")
(load "font-core")
+;; facemenu must be loaded before font-lock, because `facemenu-keymap'
+;; needs to be defined when font-lock is loaded.
(load "facemenu")
(load "emacs-lisp/syntax")
(load "font-lock")